home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / extract < prev    next >
Text File  |  2001-04-06  |  328b  |  14 lines

  1. SYNOPSIS
  2.         string extract(string str, int from, int to)
  3.         string extract(string str, int from)
  4.  
  5. DESCRIPTION
  6.         Extract a substring from a string.
  7.         This is the old notation for str[from..to] and supported
  8.         only for hysterical raisins.
  9.  
  10.         DO NOT USE THIS EFUN ANYMORE.
  11.  
  12. SEE ALSO
  13.         [](E)
  14.